home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
-
-
- mgn mgn.mnu
- for %%e in (4 10 11 12 20 21 22 23 24 25) do if errorlevel=%%e SET opt=%%e
- for %%e in (30 31 32 40 41 42 43 255) do if errorlevel=%%e SET opt=%%e
- goto %opt%
- :255
- quit
- :43
- echo Pretending to use Prolog
- quit
- :42
- echo Pretending to use Turbo C
- quit
- :41
- echo Pretending to use TurboAssembler
- quit
- :40
- echo Pretending to use Turbo Pascal
- quit
- :32
- echo Pretending to use HP-12C Financial Calculator
- quit
- :31
- echo Pretending to use a 41C Emulator
- quit
- :30
- echo Pretending to use PopCalc
- quit
- :24
- echo Pretending to use MicroStar
- quit
- :23
- echo Pretending to use the Video Display Editor
- quit
- :22
- echo Pretending to use WordStar
- quit
- :21
- echo Pretending to use Word Perfect
- quit
- :20
- echo Pretending to use Sprint:the Word Processor
- quit
- :12
- echo Pretending to use AsEasyAs
- quit
- :11
- echo Pretending to use 1-2-3
- quit
- :10
- echo Pretending to use Quattro
- quit
- :4
- echo Pretending to use the Help menu
-